home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / freezelifter.swf / scripts / frame_67 / DoAction.as
Encoding:
Text File  |  2007-10-01  |  366 b   |  20 lines

  1. function startGame()
  2. {
  3.    gotoAndStop("thegame");
  4.    play();
  5. }
  6. function restart()
  7. {
  8.    var _loc2_ = "game restarted";
  9.    var _loc1_ = "";
  10.    p = "/content/games/sy_freeze_lifter.swf";
  11.    _root.trackClick2(p,c1,c2,_loc2_,_loc1_);
  12.    gotoAndStop("gamestart");
  13.    cover.gotoandstop(1);
  14. }
  15. function viewINSTR()
  16. {
  17.    cover.gotoAndPlay("int");
  18. }
  19. stop();
  20.